DX11 SET MATRIX ELEMENT

Sets a single element of a matrix by its row / column.

  Syntax
DX11 SET MATRIX ELEMENT matrix, row, column, value
  Parameters
matrix
Dword
The matrix to set the element of.
row
Dword
The row of the element to set (valid range [0..3], anything else will cause this function to do nothing).
column
Dword
The column of the element to set (valid range [0..3], anything else will cause this function to do nothing).
value
Float
The new element value to set for the matrix element.

  Returns

This function does not return a value.

  See also

MATH Functions Menu
DX11 Function Categories